07. Tree Traversal Practice

Tree Traversal Practice

QUESTION:

Write out the order nodes would be visited in a post-order traversal. Use the format

X, Y, Z

when inputting your response.

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer